Keep an explicit dep on cairo in the gdk pc file
authorMatthias Clasen <mclasen@redhat.com>
Mon, 3 Jan 2011 23:12:54 +0000 (18:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 3 Jan 2011 23:12:54 +0000 (18:12 -0500)
configure.ac

index 8900aedb1cfd1d67ff7ca705964c5341e9a2d33b..38502ba751e5d295dbb7f6fce2223ba6b41aa576 100644 (file)
@@ -1178,7 +1178,7 @@ GDK_DEP_CFLAGS="`$PKG_CONFIG --cflags  gthread-2.0 $GDK_PACKAGES` $GDK_EXTRA_CFL
 # into the pkg-config files
 #
 if test $enable_explicit_deps != yes ; then
-  GDK_PACKAGES="$PANGO_PACKAGES gdk-pixbuf-2.0"
+  GDK_PACKAGES="$PANGO_PACKAGES gdk-pixbuf-2.0 cairo-gobject"
   GDK_EXTRA_LIBS=
 fi